home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / tscn312.zip / ZC210.ZIP / ZCP.DOC < prev    next >
Text File  |  1990-08-26  |  4KB  |  124 lines

  1. ZC PLUS v1.00
  2. by Jeff Garzik
  3.  
  4.  
  5. Requirements
  6. ------------
  7. PC-DOS or MS-DOS v3.0 or later
  8. IBM or compatible machine
  9. At least 95k FREE RAM at time of execution
  10.  
  11.  
  12. Disclaimer
  13. ----------
  14. The program, ZC PLUS, and its associated documentation, are hereby
  15. dedicated to the public domain.  Anyone may use this for their own personal
  16. purposes, or for any reason, as long as that reason doesn't include
  17. commercial distribution.  By issuing this statement, the author disclaims
  18. any liability, or warranty (expressed or implied), that could or might be
  19. associated with this product through any circumstances.  This type of
  20. disclaimer is prohitibed in certain states of the US, and is void in those
  21. states.
  22.  
  23. If you wish to distribute this product with your program, or any program,
  24. you are free to do so, as long as due credit is given to the author, Jeff
  25. M. Garzik.
  26.  
  27.  
  28. Using ZC
  29. --------
  30. [d:][path]ZCP [options]
  31.  
  32. Valid Options Are:
  33.       -Z<zipfile>   .ZIP file or files to comment (.ZIP extension assumed)
  34.  
  35.       This option is required.  This specified the files to be processed.
  36. Standard DOS wildcards are accepted, and the default extension of ".ZIP" is
  37. assumed when none is given.
  38.  
  39.  
  40.       -C<comment>    Text file that contains the comment to be inserted
  41.  
  42.       This option is also required.  This is the full path and filename of
  43. the text file that contains the comment you wish inserted into the .ZIP
  44. file.  You should note that comment files can be no bigger than 65,500
  45. bytes, although PKZIP (Registered trademark of PKWare, Inc.) for some
  46. reason sometimes will not display correctly comments longer than 20 lines.
  47. You may wish to take this into account.  DOS wildcards are NOT allowed
  48. here.
  49.  
  50.  
  51.       -B<mm/dd/yy>   Date before which no files will be commented
  52.       Using this option will cause all files with a file date before the
  53. one specified to be ignored.
  54.  
  55.  
  56.       -E<mm/dd/yy>   Date after which no files will be commented
  57.       Using this option will cause all files with a file date after the
  58. one specified to be ignored.
  59.  
  60.  
  61.       -L             Leave file date alone (keep existing)
  62.       Using this option will tell ZC PLUS to not change the file date, and
  63. instead to keep the one that was on the .ZIP file before it was commented.
  64.  
  65.  
  66.       -S             Skip file if comment already exists
  67.       This option was requested by a local sysop, although I don't know the
  68. purpose of it.  If the current file being checked already has a ZIP
  69. comment, ZC PLUS will quit there and start on the next file, if there is 
  70. one.
  71.  
  72.  
  73.       -F             Filter out Ctrl-Z if one exists at EOF
  74.       Some text files have a Ctrl-Z, or Eof-Of-File marker on the end. 
  75. PKZIP will display this if it is in the comment.  If you wish ZC PLUS to 
  76. filter out the Ctrl-Z IF THERE IS ONE then use this option.
  77.  
  78.  
  79.       -D<mm/dd/yy>   Date to set commented files to
  80.       If you wish to set all commented files to a certain date, then use 
  81. this option.
  82.  
  83.  
  84.  
  85.  
  86. Examples
  87. --------
  88. ZCP -Z* -CCOMMENT.FIL
  89.      This executes ZC PLUS, with the command to process all files with
  90. the extension .ZIP, and replace the existing comment (if any) with the
  91. comment contained in COMMENT.FIL.
  92.  
  93. E:\UTILITY\ZCP -ZC:\DOWNLOAD\A*.ZIP -CAUTOEXEC.BAT -F
  94.      This executes ZCP.EXE, assuming it is on drive E: and in directory
  95. UTILITY, with the command to process all .ZIP files that start with A in
  96. their filename, replacing the existing comment (if any) with all the
  97. text contained in AUTOEXEC.BAT in the current directory.  This will also 
  98. filter out a Ctrl-Z from AUTOEXEC.BAT if there is one.
  99.  
  100.  
  101. Donations
  102. ---------
  103. If you like this program, PLEASE send $5 to this address:
  104.  
  105.      Jeff Garzik
  106.      117 Harrell St.
  107.      Greenville, NC  27858
  108.  
  109.  
  110. Benchmarks for ZC v2.00
  111. -----------------------
  112. 235 files (ranging from 1k to 30k):
  113.      ZC       - 41.59 seconds
  114.      PKBANNER - 45.96 seconds
  115.  
  116. 13 files (ranging from 6k to 312k):
  117.      ZC       - 2.36 seconds
  118.      PKBANNER - 2.80 seconds
  119.  
  120.  
  121. Update History
  122. --------------
  123. 1.00     - Initial release of ZC PLUS
  124.